@font-face {
	font-family: "GTWalsheimPro-Bold";
	src: url("../fonts/GTWalsheimPro-Bold.eot");
	src: url("../fonts/GTWalsheimPro-Bold.eot?#iefix") format("embedded-opentype"),
	  url("../fonts/GTWalsheimPro-Bold.woff2") format("woff2"),
	  url("../fonts/GTWalsheimPro-Bold.woff") format("woff"),
	  url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype"),
	  url("../fonts/GTWalsheimPro-Bold.svg#GTWalsheimPro-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: "GTWalsheimPro-Medium";
	src: url("../fonts/GTWalsheimPro-Medium.eot");
	src: url("../fonts/GTWalsheimPro-Medium.eot?#iefix")
		format("embedded-opentype"),
	  url("../fonts/GTWalsheimPro-Medium.woff2") format("woff2"),
	  url("../fonts/GTWalsheimPro-Medium.woff") format("woff"),
	  url("../fonts/GTWalsheimPro-Medium.ttf") format("truetype"),
	  url("../fonts/GTWalsheimPro-Medium.svg#GTWalsheimPro-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: "GTWalsheimPro-Regular";
	src: url("../fonts/GTWalsheimPro-Regular.eot");
	src: url("../fonts/GTWalsheimPro-Regular.eot?#iefix")
		format("embedded-opentype"),
	  url("../fonts/GTWalsheimPro-Regular.woff2") format("woff2"),
	  url("../fonts/GTWalsheimPro-Regular.woff") format("woff"),
	  url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype"),
	  url("../fonts/GTWalsheimPro-Regular.svg#GTWalsheimPro-Regular")
		format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  #saveinstrument {
	padding-left: 10px;
  }
  body {
	background-color: #f9f9f9;
  }
  body,
  .ui-widget {
	font-size: 16px;
	font-family: "GTWalsheimPro-Regular", serif;
	color: #333333;
	background: #fff;
  }
  
  p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #5d5d5d;
	margin: 0;
  }
  a,
  a:hover,
  a:active,
  a:focus {
	text-decoration: none;
	color: inherit;
  }
  ul {
	padding: 0;
	margin: 0;
  }
  img {
	max-width: 100%;
  }
  a {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
  }
  iframe {
	display: block;
	border: none;
  }
  
  /* Common CSS */
  input.form-control {
	background: #fff;
	height: 58px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	padding: 10px 25px;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 8px;
  }
  select.form-control {
	font-family: "GTWalsheimPro-Regular", sans-serif;
	height: 58px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	padding: 10px 25px;
	box-shadow: none;
	border: 1px solid #dedede;
	border-radius: 8px;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: url("../images/down-arrow.svg") no-repeat;
	background-position: 92% 50%;
  }
  input::placeholder {
	font-family: "GTWalsheimPro-Regular", sans-serif;
	color: #a2a2a2;
  }
  textarea.form-control {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	padding: 10px 15px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0;
	border: 1px solid #cecccc;
	height: 120px;
	resize: none;
  }
  input.form-control:focus,
  textarea.form-control:focus,
  select.form-control:focus {
	border-color: #dedede;
	box-shadow: none;
  }
  label {
	color: #5d5d5d;
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 6px 0;
  }
  .form-group {
	margin: 0 0 15px 0;
  }
  .cust-row {
	display: flex;
	align-items: center;
  }
  .cust_row {
	justify-content: center;
	display: flex;
  }
  .custom-row {
	flex-direction: row-reverse;
	display: flex;
  }
  .common-title {
	margin: 0 0 30px 0;
  }
  .common-title h2 {
	color: #343434;
	font-size: 48px;
	font-weight: 700;
	margin: 0 0 10px 0;
	font-family: "GTWalsheimPro-Bold";
	line-height: 48px;
  }
  .common-title p {
	color: #343434;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
  }
  button:focus,
  .btn:focus {
	box-shadow: none;
	outline: none;
  }
  :focus {
	outline: none;
  }
  .details-body {
	background: #fff;
  }
  #header-fix-sticky-wrapper {
	position: relative;
	z-index: 99;
  }
  /*================ 3. Typography =================*/
  h2,
  h1,
  .heading-one,
  .heading-two {
	font-size: 50px;
	line-height: 57px;
	font-weight: 700;
  }
  h3,
  .heading-three {
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
  }
  h4,
  .heading-four {
	font-weight: 700;
	font-size: 28px;
	line-height: 42px;
	color: #161a1d;
  }
  h5,
  .heading-five {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #001645;
  }
  h6,
  .heading-six {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
  }
  .fontw700 {
	font-weight: 700;
  }
  .fontw500 {
	font-weight: 500;
  }
  .skycolor {
	color: #00afe1;
  }
  .grey-color {
	color: #343434;
  }
  .darkblue-color {
	color: #001645;
  }
  .white-color {
	color: #fff;
  }
  .lightw-color {
	color: #f9f9f9;
  }
  .small-font {
	font-weight: 300;
	font-size: 10px;
	line-height: 14px;
	color: #5d5d5d;
  }
  .medium-small-font {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
  }
  .medium-font {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
  }
  .common_padding {
	padding: 100px 0px;
  }
  /*=============== padding/margin ==============*/
  .pt-16 {
	padding-top: 16px;
  }
  .pt-20 {
	padding-top: 20px;
  }
  .pt-24 {
	padding-top: 24px;
  }
  .pt-30 {
	padding-top: 30px;
  }
  .pt-35 {
	padding-top: 35px;
  }
  .pb-20 {
	padding-bottom: 20px;
  }
  .pb-30 {
	padding-bottom: 30px;
  }
  .pt-40 {
	padding-top: 40px;
  }
  .pt-60 {
	padding-top: 60px;
  }
  .pt-12 {
	padding-top: 12px;
  }
  .mtb14 {
	margin: 14px 0;
  }
  .mt-40 {
	margin-top: 40px;
  }
  .mt-50 {
	margin-top: -50px;
  }
  .mb-32 {
	margin-bottom: 32px;
  }
  .mtb20 {
	margin: 20px 0;
  }
  /*================ style ========================*/
  .banner {
	background: url("../images/banner.jpg") no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 0 0 30px 0;
  }
  .instruments-section h5 {
	max-width: 277px;
  }
  .instrushare-line-section {
	position: relative;
	overflow: hidden;
	z-index: 0 !important;
  }
  .instrushare-line-section::before {
	content: "";
	background: url("../images/sky-line.svg") no-repeat;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	top: -140px;
	right: 0;
	display: block;
	position: absolute;
	z-index: -1;
	opacity: 0.35;
  }
  .square-box {
	background: #ffffff;
	border: 1px solid rgba(222, 222, 222, 0.74);
	border-radius: 22px;
	padding: 6px;
  }
  .square-box:hover {
	box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
  }
  .sky-box {
	background: rgba(0, 175, 225, 0.1);
	border-radius: 20px;
	padding: 12px 34px;
	text-align: center;
	transition: 0.4s;
	overflow: hidden;
	object-fit: cover;
	height: 130px;
  }
  .sky-box img {
	height: 100%;
	transition: 0.4s;
  }
  /*.square-box a:hover .sky-box img{
	  transform: scale(1.2);
	  transition: 0.4s;
  }*/
  .sky-box-pad {
	padding: 36px 14px;
  }
  .square-box .content {
	padding: 12px 6px 0px 6px;
  }
  .square-box .content p {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
  }
  .prize-text {
	font-weight: 700;
	font-size: 18px;
	line-height: 16px;
  }
  .prize-text span {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
  }
  .borderbottom-line {
	border-bottom: 1px solid #f2f2f2;
  }
  .testimonial-profile {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 6px 12px;
  }
  .unique-section {
	background: rgb(0 175 225 / 8%);
	padding: 60px 0px;
  }
  .unique-section ul {
	column-count: 2;
  }
  .unique-block {
	display: flex;
	align-items: center;
	gap: 20px;
	border-bottom: 2px dashed rgb(0 175 225 / 16%);
	padding: 16px 0px;
	max-width: 320px;
  }
  .guitar-img {
	position: relative;
  }
  .guitar-img img {
	position: absolute;
	bottom: -60px;
  }
  .unique-block-border {
	border-bottom: none;
  }
  .unique-block:last-child {
	border-bottom: none;
  }
  .id-section {
	position: relative;
	background: #00afe1;
	border-radius: 188px;
	padding: 20px;
  }
  .id-section::before {
	content: "";
	border: 1px dashed #ffffff;
	border-radius: 179px;
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	margin: 0 auto;
	height: calc(100% - 20px);
	top: 10px;
	left: 0;
	right: 0;
  }
  .id-block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;
	padding: 43px 55px;
	background: #fff;
	border-radius: 169.5px;
	justify-content: space-around;
  }
  .benifit-box {
	background: #001645;
	border-radius: 36px;
	padding: 60px 0px 0px 40px;
	position: relative;
  }
  .border-blue {
	border: 1px solid rgb(0 175 225 / 16%);
  }
  .benifit-box h3 {
	max-width: 425px;
  }
  .benifit-box li {
	display: flex;
	align-items: center;
	gap: 16px;
  }
  .benifit-img img {
	width: 100%;
	margin-left: 0;
  }
  .work-box {
	background: #cceff9;
	border-radius: 36px;
	padding: 60px 40px 36px;
  }
  .work-box li {
	padding-bottom: 29px;
	border-left: 0.5px dashed rgb(0 175 225 / 80%);
	position: relative;
	padding-left: 29px;
	margin-left: 10px;
	display: block;
  }
  .work-box li:last-child {
	border-left: none;
	padding-bottom: 0;
  }
  .work-box li::before {
	content: "";
	width: 15px;
	height: 15px;
	background: rgb(0 175 225 / 60%);
	box-shadow: 0px 0px 0px 5px rgb(0 175 225 / 20%);
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top: 3px;
  }
  .steps {
	position: relative;
  }
  .steps::after {
	position: absolute;
	content: "";
	background: url(../images/drums-img.svg) no-repeat;
	width: 273px;
	height: 212px;
	background-size: cover;
	top: -30px;
	right: -39px;
  }
  .cost-pera {
	max-width: 760px;
	margin: 0 auto;
  }
  .white-box {
	background: #ffffff;
	border: 1px solid rgba(222, 222, 222, 0.74);
	border-radius: 22px;
	padding: 24px 20px;
	transform: 0.4s;
  }
  .white-box:hover {
	box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
  }
  .sky-small-box {
	background: #00afe1;
	border-radius: 16px;
	padding: 18px 16px;
	height: 80px;
	width: 80px;
	margin: 0 auto;
  }
  .sky-line {
	position: relative;
  }
  .client-section {
	background: rgb(0 175 225 / 8%);
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
  }
  .client-section::before {
	content: "";
	background: url("../images/sky-client-line.svg") no-repeat;
	position: absolute;
	width: 100%;
	height: 420px;
	left: 160px;
	top: 0;
	bottom: 0;
	z-index: -1;
	margin: 0 auto;
	display: block;
  }
  .client-box {
	background: #ffffff;
	border: 2px solid rgba(0, 175, 225, 0.32);
	border-radius: 22px;
	padding: 32px;
	transform: 0.4s;
  }
  .client-box:hover {
	box-shadow: 0px 5px 30px rgb(0 0 0 / 8%);
  }
  .testimonial-client-profile {
	display: flex;
	align-items: center;
	gap: 18px;
	padding-bottom: 12px;
  }
  .client-block {
	position: relative;
  }
  .client-block::after {
	content: "";
	background: url("../images/quoat.svg") no-repeat;
	position: absolute;
	width: 213px;
	height: 171px;
	right: 20px;
	top: -80px;
	z-index: -1;
  }
  /*.client-block::before{
	  content: '';
	  background: url('../images/sky-client-line.svg') no-repeat;
	  position: absolute;
	  width: 100%;
	  height: 420px;
	  right: 0px;
	  top: -110px;
	  z-index: -1;
  }*/
  .faq-box {
	background: #f9f9f9;
	border-radius: 32px;
	padding: 60px;
  }
  .card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: none;
	padding: 0px 0px 32px;
  }
  .card:last-child {
	padding: 0;
  }
  .card-header {
	padding: 16px 20px;
	border-bottom: none;
	background: #f9f9f9;
	border: 1.39801px solid rgba(222, 222, 222, 0.54);
  }
  .accordion > .card > .card-header {
	margin-bottom: 0;
	border-radius: 11.1841px;
  }
  .btn {
	color: #242424;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
  }
  .btn-link:hover {
	color: #242424;
	text-decoration: none;
  }
  .card-body {
	min-height: 1px;
	padding: 8px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #5d5d5d;
	width: 600px;
  }
  .card-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .arrow-card {
	cursor: pointer;
  }
  .card-block button::after {
	content: "";
	background: url("../images/down-arrow.svg") no-repeat;
	width: 12px;
	height: 8px;
	cursor: pointer;
	transform: 0.4s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  }
  .card-block button.active::after {
	background: url("../images/down-up-arrow.svg") no-repeat;
  }
  .card-block button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-right: 16px;
  }
  .footer {
	background: url("../images/footer-bg.jpg") no-repeat;
	background-size: cover;
	padding: 50px 0 0;
  }
  .signup-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid rgb(0 175 225 / 16%);
	padding: 0px 0px 40px;
  }
  .newsletter form {
	display: flex;
	align-items: center;
	position: relative;
  }
  .newsletter button {
	font-size: 0;
	background: url(../images/right-arrow.svg) no-repeat center #355174;
	background-color: #00afe1;
	border-radius: 0px 8px 8px 0px;
	padding: 12px 22px;
	height: 42px;
	width: 55px;
	border: 0;
	position: absolute;
	right: 0;
	transition: 0.4s;
	border-right: 0;
  }
  .newsletter input.form-control {
	background: #001645;
	border: 0.3px solid #00afe1;
	border-radius: 8px;
	padding: 13px 90px 13px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	height: 42px;
	width: 395px;
	color: #fff;
  }
  .socialLinks {
	display: flex;
	align-items: center;
	padding-top: 26px;
  }
  .socialLinks li {
	transition: 0.4s;
	list-style: none;
	margin: 0 30px 0 0;
  }
  .socialLinks li a {
	margin: 0;
	display: block;
	transition: 0.4s;
  }
  .socialLinks li:hover a {
	margin-top: -10px;
	transition: 0.4s;
  }
  .footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 24px;
  }
  .footer-menu li {
	padding: 0 24px;
	list-style: none;
	position: relative;
  }
  .footer-menu li a {
	transition: 0.4s;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #fff;
  }
  .footer-menu li a:hover {
	color: #00afe1;
  }
  .footer-menu li:before {
	position: absolute;
	content: "";
	top: 17px;
	left: -5px;
	height: 14px;
	border-right: 1px solid rgba(255, 255, 255, 0.34);
  }
  .footer-menu li:first-child:before {
	display: none;
  }
  .copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgb(0 175 225 / 16%);
	padding: 16px 0px;
	margin-top: 50px;
  }
  .copyright-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
  }
  .cost-section {
	position: relative;
	overflow: hidden;
  }
  .cost-section:before {
	content: "";
	background: url(../images/sky-line.svg) no-repeat center;
	background-size: cover;
	display: block;
	position: absolute;
	top: 346px;
	left: 0;
	right: 0;
	width: 100%;
	height: 235px;
	margin: 0 auto;
  }
  .banner-box {
	background: #ffffff;
	box-shadow: 0px 0px 55px 12px rgba(114, 114, 114, 0.2);
	border-radius: 28px;
	padding: 40px 38px;
	position: relative;
	bottom: -140px;
	z-index: 1 !important;
  }
  .home-banner {
	padding: 0 0 100px;
	margin-top: 83px;
  }
  header {
	padding: 16px 0;
	background: transparent;
	position: fixed;
	width: 100%;
	z-index: 9999;
  }
  input {
	background: #ffffff;
	border: 1.39801px solid rgba(222, 222, 222, 0.54);
	border-radius: 12px;
	padding: 8px 18px;
	width: 100%;
  }
  .primary-btn {
	background: #00afe1;
	box-shadow: 0px 11.1841px 22.3682px rgba(242, 99, 34, 0.16);
	border-radius: 12px;
	padding: 14px 20px;
	width: 100%;
	font-weight: 700;
	font-size: 23px;
	line-height: 34px;
	color: #fff;
	border: 1px solid #00afe1;
	transition: 0.4s;
  }
  .primary-btn:hover {
	border: 1px solid #00afe1;
	background: #fff;
	color: #00afe1;
  }
  .sign-with {
	margin: 24px 0 0;
	text-align: center;
  }
  .sign-with .text-grey-1 {
	display: inline-block;
	position: relative;
	margin: 0;
  }
  .sign-with .text-grey-1::after,
  .sign-with .text-grey-1::before {
	content: "";
	position: absolute;
	background-color: rgba(93, 93, 93, 0.16);
	width: 75px;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
  }
  .sign-with .text-grey-1::after {
	right: 160%;
  }
  .sign-with .text-grey-1::before {
	left: 160%;
  }
  .sign-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 24px;
  }
  .social-btn {
	background: #ffffff;
	border: 1.39801px solid rgba(222, 222, 222, 0.54);
	border-radius: 12px;
	padding: 9px 12px;
	display: flex;
	align-items: center;
	gap: 8px;
  }
  .question-color {
	background: linear-gradient(91.46deg, #00afe1 -0.7%, #93d9ed 66.91%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  .smaller {
	background: #010e45;
  }
  .newsletter p {
	text-align: left;
  }
  
  .country .flagstrap-icon {
	width: 40px;
	height: 28px;
  }
  .two_col_input > div {
	padding: 0 10px;
  }
  .custom_row {
	margin: 0;
  }
  .country .select {
	height: 42px;
	line-height: 34px;
	font-size: 18px;
	color: #a2a2a2;
	padding: 8px 18px;
	border: 1.39801px solid rgba(222, 222, 222, 0.54);
	border-radius: 12px;
  }
  .country .dropdown {
	top: 45px;
  }
  
  .inner_email_box {
	position: relative;
  }
  
  .ieb_box input {
	border-radius: 8px 8px 8px 8px;
  }
  
  .email_btn {
	position: absolute;
	right: 0;
	border-radius: 0px 8px 8px 0px;
	/* border-top-right-radius: 8px;
	  border-bottom-right-radius: 8px;
	  border-bottom-left-radius: 0px;
	  border-top-left-radius: 0px; */
  }
  
  .foot-box p {
	color: #fff;
  }
  
  h4.bottom_bar_label {
	line-height: 1.2;
  }
  
  .contact_btn {
	display: inline-block !important;
	font-weight: 400 !important;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 0.375rem 0.75rem !important;
	font-size: 1rem !important;
	line-height: 1.5 !important;
	border-radius: 0.25rem !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
	  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .contact_save {
	color: #fff;
  }
  .contact_save:hover {
	color: #00afe1;
	border: 1px solid #00afe1;
	background-color: transparent;
  }
  
  .contact_close {
	color: #00afe1;
  }
  .contact_close:hover {
	background-color: #5a6268;
	border-color: #545b62;
  }
  